projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22f3368
)
armv8: ls1046a: enable PCI command tool
author
Hou Zhiqiang
<
[email protected]
>
Fri, 14 Apr 2017 08:49:01 +0000
(16:49 +0800)
committer
York Sun
<
[email protected]
>
Tue, 23 May 2017 16:12:00 +0000
(09:12 -0700)
Signed-off-by: Hou Zhiqiang <
[email protected]
>
Reviewed-by: York Sun <
[email protected]
>
include/configs/ls1046a_common.h
patch
|
blob
|
history
diff --git
a/include/configs/ls1046a_common.h
b/include/configs/ls1046a_common.h
index 957ffd36347f982ba6bade01e05b92cd46a93fc1..80f8dc2cbbcfade99c69105cb197d5a25f6defa3 100644
(file)
--- a/
include/configs/ls1046a_common.h
+++ b/
include/configs/ls1046a_common.h
@@
-138,6
+138,16
@@
#define CONFIG_SYS_I2C_MXC_I2C3
#define CONFIG_SYS_I2C_MXC_I2C4
+/* PCIe */
+#define CONFIG_PCIE1 /* PCIE controller 1 */
+#define CONFIG_PCIE2 /* PCIE controller 2 */
+#define CONFIG_PCIE3 /* PCIE controller 3 */
+
+#ifdef CONFIG_PCI
+#define CONFIG_PCI_SCAN_SHOW
+#define CONFIG_CMD_PCI
+#endif
+
/* Command line configuration */
#ifndef SPL_NO_ENV
#define CONFIG_CMD_ENV